home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / educate / vgw102a.zip / DB.FRM < prev    next >
Text File  |  1994-09-20  |  1KB  |  39 lines

  1. [Say"This form prints database information on students.  Use the SampleB class with the form."][print"boldon"][CtrJust]["DATABASE SUMMARY"][print"boldoff"]
  2. [OnePerPage][LJust][print"offset=5"]
  3.  
  4. ["Name:":13][fname]
  5. ["Instructor:":13][teacher]
  6. ["Class:":13][ClassName]
  7. ["Section:":13][SectComm]
  8.  
  9. Below is a summary of your database information as of [Date].
  10. Please check this information carefully, make any corrections
  11. on this paper, and return the paper to [Teacher] at the end of class.
  12. If all the information is correct please do NOT return the paper.
  13.  
  14. [print"boldon"]NAME:[print "boldoff"]
  15.  
  16. ["Last Name:":13][LastName]
  17. ["First Name:":13][FirstName]
  18.  
  19. [print"boldon"]PHONES AND ADDRESSES:[print"boldoff"]
  20.  
  21. ["School Address:":16][DB"SCHOOL ADDRESS"][dbval]
  22. ["School Phone:":16][DB"SCHOOL PHONE"][DBVAL]
  23.  
  24. ["VAX Account:":16][DB"VAX"][dbval]
  25.  
  26. ["Home Address:":16][DB"HOME STREET"][dbval]
  27. [" ":16][DB"HOME CITY"][dbval], [DB"HOME STATE"][dbval], [DB"HOME ZIP"][dbval]
  28.  
  29. ["Home Phone:":16][DB"HOME PHONE"][dbval]
  30.  
  31.  
  32. [print"boldon"]PERSONAL DATA:[print"boldoff"]
  33.  
  34. ["Age:":18][DB"AGE"][dbval]
  35. ["Gender:":18][DB"GENDER"][dbval]
  36. ["Year:":18][DB"CLASS YEAR"][dbval]
  37. ["Major:":18][DB"MAJOR"][dbval]
  38. ["Total Courses:":18][DB"COURSES"][dbval]
  39.